Html Css Color HEX #C3DFFE Pattens Blue

📋 copy color: '#C3DFFE'

red 195 ◦ green 223 ◦ blue 254

#C3DFFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #C3DFFE

Tints of Pattens Blue #C3DFFE

RGB

 RED value IS 195 (76.56% from 255) = 29.02%

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 29.02%
G = 33.18%
B = 37.8%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3DFFE (or 0xC3DFFE) is known color: Pattens Blue. HEX triplet: C3, DF and FE. RGB value is (195,223,254). Sum of RGB (Red+Green+Blue) = 195+223+254=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFFE is #3C2001. Grayscale: #DADADA. Windows color (decimal): -3940354 or 16703427. OLE color: 16703427.

HSL color Cylindrical-coordinate representation of color #C3DFFE: hue angle of 211.53º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DFFE is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 223 254 -
CMYK 0.23 0.12 0 0.00
HSL 211.53º 0.97% 0.88% -
HSV(B) 211.53º 0.23% 1% -
XYZ 66.78 71.53 104.05 -
YUV 218.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 195 223 254 0.23 0.12 0 0.00 211.53 0.97 0.88
Hex C3 DF FE 17 C 0 0 D4 61 58
Octal 303 337 376 27 14 0 0 324 141 130
Binary 11000011 11011111 11111110 10111 1100 0 0 11010100 1100001 1011000

Color Harmonies of #C3DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFFE

Black with #C3DFFE

Text Example


Text Example

White with #C3DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFFE; }

 p { color: rgb(195,223,254); }

 H1.HeaderClassName
 {
   color: #C3DFFE;
 }
 .AnyTagClassName
 {
   color: #C3DFFE;
 }
</style>

background-color css

<style>
 a { background-color: #C3DFFE; }

 a { background-color: rgb(195,223,254); }

 div.DivClassName
 {
   background-color: #C3DFFE;
 }
 .BgClassName
 {
   background-color: #C3DFFE;
 }
</style>

border-color css

<style>
 span { border-color: #C3DFFE; }

 span { border-color: rgb(195,223,254); }

 td.TdClassName
 {
   border-color: #C3DFFE;
 }
 .TagClassName
 {
   border-color: #C3DFFE;
 }
</style>