Html Css Color HEX #CEE6F6 Pattens Blue

📋 copy color: '#CEE6F6'

red 206 ◦ green 230 ◦ blue 246

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

Shades of Pattens Blue #CEE6F6

Tints of Pattens Blue #CEE6F6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.72%

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

R = 30.21%
G = 33.72%
B = 36.07%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE6F6 (or 0xCEE6F6) is known color: Pattens Blue. HEX triplet: CE, E6 and F6. RGB value is (206,230,246). Sum of RGB (Red+Green+Blue) = 206+230+246=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6F6 is #311909. Grayscale: #E0E0E0. Windows color (decimal): -3217674 or 16180942. OLE color: 16180942.

HSL color Cylindrical-coordinate representation of color #CEE6F6: hue angle of 204º 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 #CEE6F6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 230 246 -
CMYK 0.16 0.07 0 0.04
HSL 204º 0.69% 0.89% -
HSV(B) 204º 0.16% 0.96% -
XYZ 70.38 76.37 98.22 -
YUV 224.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 206 230 246 0.16 0.07 0 0.04 204 0.69 0.89
Hex CE E6 F6 10 7 0 4 CC 45 59
Octal 316 346 366 20 7 0 4 314 105 131
Binary 11001110 11100110 11110110 10000 111 0 100 11001100 1000101 1011001

Color Harmonies of #CEE6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6F6

Black with #CEE6F6

Text Example


Text Example

White with #CEE6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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