Html Css Color HEX #CEE5FE Pattens Blue

📋 copy color: '#CEE5FE'

red 206 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #CEE5FE

Tints of Pattens Blue #CEE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.24%

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 29.9%
G = 33.24%
B = 36.87%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEE5FE (or 0xCEE5FE) is known color: Pattens Blue. HEX triplet: CE, E5 and FE. RGB value is (206,229,254). Sum of RGB (Red+Green+Blue) = 206+229+254=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FE is #311A01. Grayscale: #E0E0E0. Windows color (decimal): -3217922 or 16704974. OLE color: 16704974.

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

Color convert

RGB 206 229 254 -
CMYK 0.19 0.10 0 0.00
HSL 211.25º 0.96% 0.9% -
HSV(B) 211.25º 0.19% 1% -
XYZ 71.36 76.32 104.74 -
YUV 224.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 206 229 254 0.19 0.10 0 0.00 211.25 0.96 0.9
Hex CE E5 FE 13 A 0 0 D3 60 5A
Octal 316 345 376 23 12 0 0 323 140 132
Binary 11001110 11100101 11111110 10011 1010 0 0 11010011 1100000 1011010

Color Harmonies of #CEE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5FE

Black with #CEE5FE

Text Example


Text Example

White with #CEE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5FE; }

 p { color: rgb(206,229,254); }

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

background-color css

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

 a { background-color: rgb(206,229,254); }

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

border-color css

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

 span { border-color: rgb(206,229,254); }

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