Html Css Color HEX #CEE6FB Pattens Blue

📋 copy color: '#CEE6FB'

red 206 ◦ green 230 ◦ blue 251

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

Shades of Pattens Blue #CEE6FB

Tints of Pattens Blue #CEE6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

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

R = 29.99%
G = 33.48%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE6FB (or 0xCEE6FB) is known color: Pattens Blue. HEX triplet: CE, E6 and FB. RGB value is (206,230,251). Sum of RGB (Red+Green+Blue) = 206+230+251=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FB is #311904. Grayscale: #E1E1E1. Windows color (decimal): -3217669 or 16508622. OLE color: 16508622.

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

Color convert

RGB 206 230 251 -
CMYK 0.18 0.08 0 0.02
HSL 208º 0.85% 0.9% -
HSV(B) 208º 0.18% 0.98% -
XYZ 71.16 76.68 102.32 -
YUV 225.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 206 230 251 0.18 0.08 0 0.02 208 0.85 0.9
Hex CE E6 FB 12 8 0 2 D0 55 5A
Octal 316 346 373 22 10 0 2 320 125 132
Binary 11001110 11100110 11111011 10010 1000 0 10 11010000 1010101 1011010

Color Harmonies of #CEE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6FB

Black with #CEE6FB

Text Example


Text Example

White with #CEE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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