Html Css Color HEX #CBE2EF Pattens Blue

📋 copy color: '#CBE2EF'

red 203 ◦ green 226 ◦ blue 239

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

Shades of Pattens Blue #CBE2EF

Tints of Pattens Blue #CBE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.83%

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

R = 30.39%
G = 33.83%
B = 35.78%

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

#CBE2EF (or 0xCBE2EF) is known color: Pattens Blue. HEX triplet: CB, E2 and EF. RGB value is (203,226,239). Sum of RGB (Red+Green+Blue) = 203+226+239=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EF is #341D10. Grayscale: #DCDCDC. Windows color (decimal): -3415313 or 15721163. OLE color: 15721163.

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

Color convert

RGB 203 226 239 -
CMYK 0.15 0.05 0 0.06
HSL 201.67º 0.53% 0.87% -
HSV(B) 201.67º 0.15% 0.94% -
XYZ 67.4 73.32 92.26 -
YUV 220.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 203 226 239 0.15 0.05 0 0.06 201.67 0.53 0.87
Hex CB E2 EF F 5 0 6 CA 35 57
Octal 313 342 357 17 5 0 6 312 65 127
Binary 11001011 11100010 11101111 1111 101 0 110 11001010 110101 1010111

Color Harmonies of #CBE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2EF

Black with #CBE2EF

Text Example


Text Example

White with #CBE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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