Html Css Color HEX #CEEFFF Pattens Blue

📋 copy color: '#CEEFFF'

red 206 ◦ green 239 ◦ blue 255

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

Shades of Pattens Blue #CEEFFF

Tints of Pattens Blue #CEEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.14%

 BLUE value IS 255 (100% from 255) = 36.43%

R = 29.43%
G = 34.14%
B = 36.43%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEEFFF (or 0xCEEFFF) is known color: Pattens Blue. HEX triplet: CE, EF and FF. RGB value is (206,239,255). Sum of RGB (Red+Green+Blue) = 206+239+255=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFFF is #311000. Grayscale: #E6E6E6. Windows color (decimal): -3215361 or 16773070. OLE color: 16773070.

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

Color convert

RGB 206 239 255 -
CMYK 0.19 0.06 0 0
HSL 199.59º 1% 0.9% -
HSV(B) 199.59º 0.19% 1% -
XYZ 74.37 82.07 106.53 -
YUV 230.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 206 239 255 0.19 0.06 0 0 199.59 1 0.9
Hex CE EF FF 13 6 0 0 C8 64 5A
Octal 316 357 377 23 6 0 0 310 144 132
Binary 11001110 11101111 11111111 10011 110 0 0 11001000 1100100 1011010

Color Harmonies of #CEEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEFFF

Black with #CEEFFF

Text Example


Text Example

White with #CEEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEFFF; }

 p { color: rgb(206,239,255); }

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

background-color css

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

 a { background-color: rgb(206,239,255); }

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

border-color css

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

 span { border-color: rgb(206,239,255); }

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