Html Css Color HEX #CEE4FC Pattens Blue

📋 copy color: '#CEE4FC'

red 206 ◦ green 228 ◦ blue 252

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

Shades of Pattens Blue #CEE4FC

Tints of Pattens Blue #CEE4FC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.24%

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

R = 30.03%
G = 33.24%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEE4FC (or 0xCEE4FC) is known color: Pattens Blue. HEX triplet: CE, E4 and FC. RGB value is (206,228,252). Sum of RGB (Red+Green+Blue) = 206+228+252=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4FC is #311B03. Grayscale: #E0E0E0. Windows color (decimal): -3218180 or 16573646. OLE color: 16573646.

HSL color Cylindrical-coordinate representation of color #CEE4FC: hue angle of 211.3º 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 #CEE4FC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 228 252 -
CMYK 0.18 0.10 0 0.01
HSL 211.3º 0.88% 0.9% -
HSV(B) 211.3º 0.18% 0.99% -
XYZ 70.77 75.64 102.97 -
YUV 224.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 206 228 252 0.18 0.10 0 0.01 211.3 0.88 0.9
Hex CE E4 FC 12 A 0 1 D3 58 5A
Octal 316 344 374 22 12 0 1 323 130 132
Binary 11001110 11100100 11111100 10010 1010 0 1 11010011 1011000 1011010

Color Harmonies of #CEE4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4FC

Black with #CEE4FC

Text Example


Text Example

White with #CEE4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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