Html Css Color HEX #CEECF6 Pattens Blue

📋 copy color: '#CEECF6'

red 206 ◦ green 236 ◦ blue 246

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

Shades of Pattens Blue #CEECF6

Tints of Pattens Blue #CEECF6

RGB

 RED value IS 206 (80.86% from 255) = 29.94%

 GREEN value IS 236 (92.58% from 255) = 34.3%

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 29.94%
G = 34.3%
B = 35.76%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEECF6 (or 0xCEECF6) is known color: Pattens Blue. HEX triplet: CE, EC and F6. RGB value is (206,236,246). Sum of RGB (Red+Green+Blue) = 206+236+246=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECF6 is #311309. Grayscale: #E4E4E4. Windows color (decimal): -3216138 or 16182478. OLE color: 16182478.

HSL color Cylindrical-coordinate representation of color #CEECF6: hue angle of 195º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEECF6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 236 246 -
CMYK 0.16 0.04 0 0.04
HSL 195º 0.69% 0.89% -
HSV(B) 195º 0.16% 0.96% -
XYZ 72.08 79.77 98.79 -
YUV 228.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 206 236 246 0.16 0.04 0 0.04 195 0.69 0.89
Hex CE EC F6 10 4 0 4 C3 45 59
Octal 316 354 366 20 4 0 4 303 105 131
Binary 11001110 11101100 11110110 10000 100 0 100 11000011 1000101 1011001

Color Harmonies of #CEECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECF6

Black with #CEECF6

Text Example


Text Example

White with #CEECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECF6; }

 p { color: rgb(206,236,246); }

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

background-color css

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

 a { background-color: rgb(206,236,246); }

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

border-color css

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

 span { border-color: rgb(206,236,246); }

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