Html Css Color HEX #CEECFB Pattens Blue

📋 copy color: '#CEECFB'

red 206 ◦ green 236 ◦ blue 251

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

Shades of Pattens Blue #CEECFB

Tints of Pattens Blue #CEECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.05%

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

R = 29.73%
G = 34.05%
B = 36.22%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEECFB (or 0xCEECFB) is known color: Pattens Blue. HEX triplet: CE, EC and FB. RGB value is (206,236,251). Sum of RGB (Red+Green+Blue) = 206+236+251=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECFB is #311304. Grayscale: #E4E4E4. Windows color (decimal): -3216133 or 16510158. OLE color: 16510158.

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

Color convert

RGB 206 236 251 -
CMYK 0.18 0.06 0 0.02
HSL 200º 0.85% 0.9% -
HSV(B) 200º 0.18% 0.98% -
XYZ 72.86 80.08 102.88 -
YUV 228.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 206 236 251 0.18 0.06 0 0.02 200 0.85 0.9
Hex CE EC FB 12 6 0 2 C8 55 5A
Octal 316 354 373 22 6 0 2 310 125 132
Binary 11001110 11101100 11111011 10010 110 0 10 11001000 1010101 1011010

Color Harmonies of #CEECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECFB

Black with #CEECFB

Text Example


Text Example

White with #CEECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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