Html Css Color HEX #CEF2FE Pattens Blue

📋 copy color: '#CEF2FE'

red 206 ◦ green 242 ◦ blue 254

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

Shades of Pattens Blue #CEF2FE

Tints of Pattens Blue #CEF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.47%

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

R = 29.34%
G = 34.47%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEF2FE (or 0xCEF2FE) is known color: Pattens Blue. HEX triplet: CE, F2 and FE. RGB value is (206,242,254). Sum of RGB (Red+Green+Blue) = 206+242+254=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2FE is #310D01. Grayscale: #E8E8E8. Windows color (decimal): -3214594 or 16708302. OLE color: 16708302.

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

Color convert

RGB 206 242 254 -
CMYK 0.19 0.05 0 0.00
HSL 195º 0.96% 0.9% -
HSV(B) 195º 0.19% 1% -
XYZ 75.1 83.78 105.98 -
YUV 232.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 206 242 254 0.19 0.05 0 0.00 195 0.96 0.9
Hex CE F2 FE 13 5 0 0 C3 60 5A
Octal 316 362 376 23 5 0 0 303 140 132
Binary 11001110 11110010 11111110 10011 101 0 0 11000011 1100000 1011010

Color Harmonies of #CEF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2FE

Black with #CEF2FE

Text Example


Text Example

White with #CEF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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