Html Css Color HEX #C5DEEF Pattens Blue

📋 copy color: '#C5DEEF'

red 197 ◦ green 222 ◦ blue 239

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

Shades of Pattens Blue #C5DEEF

Tints of Pattens Blue #C5DEEF

RGB

 RED value IS 197 (77.34% from 255) = 29.94%

 GREEN value IS 222 (87.11% from 255) = 33.74%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 29.94%
G = 33.74%
B = 36.32%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5DEEF (or 0xC5DEEF) is known color: Pattens Blue. HEX triplet: C5, DE and EF. RGB value is (197,222,239). Sum of RGB (Red+Green+Blue) = 197+222+239=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEEF is #3A2110. Grayscale: #D8D8D8. Windows color (decimal): -3809553 or 15720133. OLE color: 15720133.

HSL color Cylindrical-coordinate representation of color #C5DEEF: hue angle of 204.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DEEF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 222 239 -
CMYK 0.18 0.07 0 0.06
HSL 204.29º 0.57% 0.85% -
HSV(B) 204.29º 0.18% 0.94% -
XYZ 64.73 70.34 91.83 -
YUV 216.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 197 222 239 0.18 0.07 0 0.06 204.29 0.57 0.85
Hex C5 DE EF 12 7 0 6 CC 39 55
Octal 305 336 357 22 7 0 6 314 71 125
Binary 11000101 11011110 11101111 10010 111 0 110 11001100 111001 1010101

Color Harmonies of #C5DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEEF

Black with #C5DEEF

Text Example


Text Example

White with #C5DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEEF; }

 p { color: rgb(197,222,239); }

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

background-color css

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

 a { background-color: rgb(197,222,239); }

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

border-color css

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

 span { border-color: rgb(197,222,239); }

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