Html Css Color HEX #CEE6FE Pattens Blue

📋 copy color: '#CEE6FE'

red 206 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #CEE6FE

Tints of Pattens Blue #CEE6FE

RGB

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

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

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

R = 29.86%
G = 33.33%
B = 36.81%

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

#CEE6FE (or 0xCEE6FE) is known color: Pattens Blue. HEX triplet: CE, E6 and FE. RGB value is (206,230,254). Sum of RGB (Red+Green+Blue) = 206+230+254=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FE is #311901. Grayscale: #E1E1E1. Windows color (decimal): -3217666 or 16705230. OLE color: 16705230.

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

Color convert

RGB 206 230 254 -
CMYK 0.19 0.09 0 0.00
HSL 210º 0.96% 0.9% -
HSV(B) 210º 0.19% 1% -
XYZ 71.64 76.87 104.83 -
YUV 225.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 206 230 254 0.19 0.09 0 0.00 210 0.96 0.9
Hex CE E6 FE 13 9 0 0 D2 60 5A
Octal 316 346 376 23 11 0 0 322 140 132
Binary 11001110 11100110 11111110 10011 1001 0 0 11010010 1100000 1011010

Color Harmonies of #CEE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6FE

Black with #CEE6FE

Text Example


Text Example

White with #CEE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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