Html Css Color HEX #CBE2F9 Pattens Blue

📋 copy color: '#CBE2F9'

red 203 ◦ green 226 ◦ blue 249

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

Shades of Pattens Blue #CBE2F9

Tints of Pattens Blue #CBE2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.73%

R = 29.94%
G = 33.33%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBE2F9 (or 0xCBE2F9) is known color: Pattens Blue. HEX triplet: CB, E2 and F9. RGB value is (203,226,249). Sum of RGB (Red+Green+Blue) = 203+226+249=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2F9 is #341D06. Grayscale: #DDDDDD. Windows color (decimal): -3415303 or 16376523. OLE color: 16376523.

HSL color Cylindrical-coordinate representation of color #CBE2F9: hue angle of 210º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE2F9 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 226 249 -
CMYK 0.18 0.09 0 0.02
HSL 210º 0.79% 0.89% -
HSV(B) 210º 0.18% 0.98% -
XYZ 68.92 73.93 100.26 -
YUV 221.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 203 226 249 0.18 0.09 0 0.02 210 0.79 0.89
Hex CB E2 F9 12 9 0 2 D2 4F 59
Octal 313 342 371 22 11 0 2 322 117 131
Binary 11001011 11100010 11111001 10010 1001 0 10 11010010 1001111 1011001

Color Harmonies of #CBE2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2F9

Black with #CBE2F9

Text Example


Text Example

White with #CBE2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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