Html Css Color HEX #CBE0F5 Pattens Blue

📋 copy color: '#CBE0F5'

red 203 ◦ green 224 ◦ blue 245

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

Shades of Pattens Blue #CBE0F5

Tints of Pattens Blue #CBE0F5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.33%

 BLUE value IS 245 (96.09% from 255) = 36.46%

R = 30.21%
G = 33.33%
B = 36.46%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBE0F5 (or 0xCBE0F5) is known color: Pattens Blue. HEX triplet: CB, E0 and F5. RGB value is (203,224,245). Sum of RGB (Red+Green+Blue) = 203+224+245=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0F5 is #341F0A. Grayscale: #DCDCDC. Windows color (decimal): -3415819 or 16113867. OLE color: 16113867.

HSL color Cylindrical-coordinate representation of color #CBE0F5: hue angle of 210º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE0F5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 224 245 -
CMYK 0.17 0.09 0 0.04
HSL 210º 0.68% 0.88% -
HSV(B) 210º 0.17% 0.96% -
XYZ 67.77 72.6 96.83 -
YUV 220.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 203 224 245 0.17 0.09 0 0.04 210 0.68 0.88
Hex CB E0 F5 11 9 0 4 D2 44 58
Octal 313 340 365 21 11 0 4 322 104 130
Binary 11001011 11100000 11110101 10001 1001 0 100 11010010 1000100 1011000

Color Harmonies of #CBE0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0F5

Black with #CBE0F5

Text Example


Text Example

White with #CBE0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0F5; }

 p { color: rgb(203,224,245); }

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

background-color css

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

 a { background-color: rgb(203,224,245); }

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

border-color css

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

 span { border-color: rgb(203,224,245); }

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