Html Css Color HEX #CEF0FB Pattens Blue

📋 copy color: '#CEF0FB'

red 206 ◦ green 240 ◦ blue 251

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

Shades of Pattens Blue #CEF0FB

Tints of Pattens Blue #CEF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.43%

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

R = 29.56%
G = 34.43%
B = 36.01%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEF0FB (or 0xCEF0FB) is known color: Pattens Blue. HEX triplet: CE, F0 and FB. RGB value is (206,240,251). Sum of RGB (Red+Green+Blue) = 206+240+251=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0FB is #310F04. Grayscale: #E7E7E7. Windows color (decimal): -3215109 or 16511182. OLE color: 16511182.

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

Color convert

RGB 206 240 251 -
CMYK 0.18 0.04 0 0.02
HSL 194.67º 0.85% 0.9% -
HSV(B) 194.67º 0.18% 0.98% -
XYZ 74.03 82.41 103.27 -
YUV 231.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 206 240 251 0.18 0.04 0 0.02 194.67 0.85 0.9
Hex CE F0 FB 12 4 0 2 C3 55 5A
Octal 316 360 373 22 4 0 2 303 125 132
Binary 11001110 11110000 11111011 10010 100 0 10 11000011 1010101 1011010

Color Harmonies of #CEF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0FB

Black with #CEF0FB

Text Example


Text Example

White with #CEF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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