Html Css Color HEX #CBECF8 Pattens Blue

📋 copy color: '#CBECF8'

red 203 ◦ green 236 ◦ blue 248

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

Shades of Pattens Blue #CBECF8

Tints of Pattens Blue #CBECF8

RGB

 RED value IS 203 (79.69% from 255) = 29.55%

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

 BLUE value IS 248 (97.27% from 255) = 36.1%

R = 29.55%
G = 34.35%
B = 36.1%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBECF8 (or 0xCBECF8) is known color: Pattens Blue. HEX triplet: CB, EC and F8. RGB value is (203,236,248). Sum of RGB (Red+Green+Blue) = 203+236+248=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF8 is #341307. Grayscale: #E3E3E3. Windows color (decimal): -3412744 or 16313547. OLE color: 16313547.

HSL color Cylindrical-coordinate representation of color #CBECF8: hue angle of 196º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBECF8 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 236 248 -
CMYK 0.18 0.05 0 0.03
HSL 196º 0.76% 0.88% -
HSV(B) 196º 0.18% 0.97% -
XYZ 71.57 79.46 100.37 -
YUV 227.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 203 236 248 0.18 0.05 0 0.03 196 0.76 0.88
Hex CB EC F8 12 5 0 3 C4 4C 58
Octal 313 354 370 22 5 0 3 304 114 130
Binary 11001011 11101100 11111000 10010 101 0 11 11000100 1001100 1011000

Color Harmonies of #CBECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECF8

Black with #CBECF8

Text Example


Text Example

White with #CBECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECF8; }

 p { color: rgb(203,236,248); }

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

background-color css

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

 a { background-color: rgb(203,236,248); }

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

border-color css

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

 span { border-color: rgb(203,236,248); }

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