Html Css Color HEX #CEE4FB Pattens Blue

📋 copy color: '#CEE4FB'

red 206 ◦ green 228 ◦ blue 251

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

Shades of Pattens Blue #CEE4FB

Tints of Pattens Blue #CEE4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 30.07%
G = 33.28%
B = 36.64%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE4FB (or 0xCEE4FB) is known color: Pattens Blue. HEX triplet: CE, E4 and FB. RGB value is (206,228,251). Sum of RGB (Red+Green+Blue) = 206+228+251=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4FB is #311B04. Grayscale: #DFDFDF. Windows color (decimal): -3218181 or 16508110. OLE color: 16508110.

HSL color Cylindrical-coordinate representation of color #CEE4FB: hue angle of 210.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE4FB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 228 251 -
CMYK 0.18 0.09 0 0.02
HSL 210.67º 0.85% 0.9% -
HSV(B) 210.67º 0.18% 0.98% -
XYZ 70.61 75.57 102.13 -
YUV 224.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 206 228 251 0.18 0.09 0 0.02 210.67 0.85 0.9
Hex CE E4 FB 12 9 0 2 D3 55 5A
Octal 316 344 373 22 11 0 2 323 125 132
Binary 11001110 11100100 11111011 10010 1001 0 10 11010011 1010101 1011010

Color Harmonies of #CEE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4FB

Black with #CEE4FB

Text Example


Text Example

White with #CEE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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