Html Css Color HEX #C1DEEF Pattens Blue

📋 copy color: '#C1DEEF'

red 193 ◦ green 222 ◦ blue 239

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

Shades of Pattens Blue #C1DEEF

Tints of Pattens Blue #C1DEEF

RGB

 RED value IS 193 (75.78% from 255) = 29.51%

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

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

R = 29.51%
G = 33.94%
B = 36.54%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1DEEF (or 0xC1DEEF) is known color: Pattens Blue. HEX triplet: C1, DE and EF. RGB value is (193,222,239). Sum of RGB (Red+Green+Blue) = 193+222+239=654 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.51% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEEF is #3E2110. Grayscale: #D7D7D7. Windows color (decimal): -4071697 or 15720129. OLE color: 15720129.

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

Color convert

RGB 193 222 239 -
CMYK 0.19 0.07 0 0.06
HSL 202.17º 0.59% 0.85% -
HSV(B) 202.17º 0.19% 0.94% -
XYZ 63.69 69.81 91.78 -
YUV 215.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 193 222 239 0.19 0.07 0 0.06 202.17 0.59 0.85
Hex C1 DE EF 13 7 0 6 CA 3B 55
Octal 301 336 357 23 7 0 6 312 73 125
Binary 11000001 11011110 11101111 10011 111 0 110 11001010 111011 1010101

Color Harmonies of #C1DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEEF

Black with #C1DEEF

Text Example


Text Example

White with #C1DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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