Html Css Color HEX #CEE7FE Pattens Blue

📋 copy color: '#CEE7FE'

red 206 ◦ green 231 ◦ blue 254

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

Shades of Pattens Blue #CEE7FE

Tints of Pattens Blue #CEE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.43%

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

R = 29.81%
G = 33.43%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEE7FE (or 0xCEE7FE) is known color: Pattens Blue. HEX triplet: CE, E7 and FE. RGB value is (206,231,254). Sum of RGB (Red+Green+Blue) = 206+231+254=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7FE is #311801. Grayscale: #E2E2E2. Windows color (decimal): -3217410 or 16705486. OLE color: 16705486.

HSL color Cylindrical-coordinate representation of color #CEE7FE: hue angle of 208.75º 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 #CEE7FE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 231 254 -
CMYK 0.19 0.09 0 0.00
HSL 208.75º 0.96% 0.9% -
HSV(B) 208.75º 0.19% 1% -
XYZ 71.92 77.43 104.92 -
YUV 226.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 206 231 254 0.19 0.09 0 0.00 208.75 0.96 0.9
Hex CE E7 FE 13 9 0 0 D1 60 5A
Octal 316 347 376 23 11 0 0 321 140 132
Binary 11001110 11100111 11111110 10011 1001 0 0 11010001 1100000 1011010

Color Harmonies of #CEE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7FE

Black with #CEE7FE

Text Example


Text Example

White with #CEE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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