Html Css Color HEX #CBE5F0 Pattens Blue

📋 copy color: '#CBE5F0'

red 203 ◦ green 229 ◦ blue 240

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

Shades of Pattens Blue #CBE5F0

Tints of Pattens Blue #CBE5F0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.08%

 BLUE value IS 240 (94.14% from 255) = 35.71%

R = 30.21%
G = 34.08%
B = 35.71%

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

#CBE5F0 (or 0xCBE5F0) is known color: Pattens Blue. HEX triplet: CB, E5 and F0. RGB value is (203,229,240). Sum of RGB (Red+Green+Blue) = 203+229+240=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5F0 is #341A0F. Grayscale: #DEDEDE. Windows color (decimal): -3414544 or 15787467. OLE color: 15787467.

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

Color convert

RGB 203 229 240 -
CMYK 0.15 0.05 0 0.06
HSL 197.84º 0.55% 0.87% -
HSV(B) 197.84º 0.15% 0.94% -
XYZ 68.38 75.03 93.32 -
YUV 222.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 203 229 240 0.15 0.05 0 0.06 197.84 0.55 0.87
Hex CB E5 F0 F 5 0 6 C6 37 57
Octal 313 345 360 17 5 0 6 306 67 127
Binary 11001011 11100101 11110000 1111 101 0 110 11000110 110111 1010111

Color Harmonies of #CBE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5F0

Black with #CBE5F0

Text Example


Text Example

White with #CBE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5F0; }

 p { color: rgb(203,229,240); }

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

background-color css

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

 a { background-color: rgb(203,229,240); }

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

border-color css

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

 span { border-color: rgb(203,229,240); }

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