Html Css Color HEX #CEECFC Pattens Blue

📋 copy color: '#CEECFC'

red 206 ◦ green 236 ◦ blue 252

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

Shades of Pattens Blue #CEECFC

Tints of Pattens Blue #CEECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.31%

R = 29.68%
G = 34.01%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEECFC (or 0xCEECFC) is known color: Pattens Blue. HEX triplet: CE, EC and FC. RGB value is (206,236,252). Sum of RGB (Red+Green+Blue) = 206+236+252=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECFC is #311303. Grayscale: #E4E4E4. Windows color (decimal): -3216132 or 16575694. OLE color: 16575694.

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

Color convert

RGB 206 236 252 -
CMYK 0.18 0.06 0 0.01
HSL 200.87º 0.88% 0.9% -
HSV(B) 200.87º 0.18% 0.99% -
XYZ 73.02 80.14 103.72 -
YUV 228.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 206 236 252 0.18 0.06 0 0.01 200.87 0.88 0.9
Hex CE EC FC 12 6 0 1 C9 58 5A
Octal 316 354 374 22 6 0 1 311 130 132
Binary 11001110 11101100 11111100 10010 110 0 1 11001001 1011000 1011010

Color Harmonies of #CEECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECFC

Black with #CEECFC

Text Example


Text Example

White with #CEECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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