Html Css Color HEX #CBE3EF Pattens Blue

📋 copy color: '#CBE3EF'

red 203 ◦ green 227 ◦ blue 239

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

Shades of Pattens Blue #CBE3EF

Tints of Pattens Blue #CBE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.93%

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 30.34%
G = 33.93%
B = 35.72%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBE3EF (or 0xCBE3EF) is known color: Pattens Blue. HEX triplet: CB, E3 and EF. RGB value is (203,227,239). Sum of RGB (Red+Green+Blue) = 203+227+239=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EF is #341C10. Grayscale: #DDDDDD. Windows color (decimal): -3415057 or 15721419. OLE color: 15721419.

HSL color Cylindrical-coordinate representation of color #CBE3EF: hue angle of 200º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE3EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 227 239 -
CMYK 0.15 0.05 0 0.06
HSL 200º 0.53% 0.87% -
HSV(B) 200º 0.15% 0.94% -
XYZ 67.68 73.87 92.35 -
YUV 221.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 203 227 239 0.15 0.05 0 0.06 200 0.53 0.87
Hex CB E3 EF F 5 0 6 C8 35 57
Octal 313 343 357 17 5 0 6 310 65 127
Binary 11001011 11100011 11101111 1111 101 0 110 11001000 110101 1010111

Color Harmonies of #CBE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3EF

Black with #CBE3EF

Text Example


Text Example

White with #CBE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3EF; }

 p { color: rgb(203,227,239); }

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

background-color css

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

 a { background-color: rgb(203,227,239); }

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

border-color css

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

 span { border-color: rgb(203,227,239); }

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