Html Css Color HEX #CBEDFA Pattens Blue

📋 copy color: '#CBEDFA'

red 203 ◦ green 237 ◦ blue 250

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

Shades of Pattens Blue #CBEDFA

Tints of Pattens Blue #CBEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.35%

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 29.42%
G = 34.35%
B = 36.23%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBEDFA (or 0xCBEDFA) is known color: Pattens Blue. HEX triplet: CB, ED and FA. RGB value is (203,237,250). Sum of RGB (Red+Green+Blue) = 203+237+250=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFA is #341205. Grayscale: #E4E4E4. Windows color (decimal): -3412486 or 16444875. OLE color: 16444875.

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

Color convert

RGB 203 237 250 -
CMYK 0.19 0.05 0 0.02
HSL 196.6º 0.82% 0.89% -
HSV(B) 196.6º 0.19% 0.98% -
XYZ 72.17 80.17 102.11 -
YUV 228.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 203 237 250 0.19 0.05 0 0.02 196.6 0.82 0.89
Hex CB ED FA 13 5 0 2 C5 52 59
Octal 313 355 372 23 5 0 2 305 122 131
Binary 11001011 11101101 11111010 10011 101 0 10 11000101 1010010 1011001

Color Harmonies of #CBEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDFA

Black with #CBEDFA

Text Example


Text Example

White with #CBEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDFA; }

 p { color: rgb(203,237,250); }

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

background-color css

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

 a { background-color: rgb(203,237,250); }

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

border-color css

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

 span { border-color: rgb(203,237,250); }

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