Html Css Color HEX #65FAF2 Baby Blue

📋 copy color: '#65FAF2'

red 101 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #65FAF2

Tints of Baby Blue #65FAF2

RGB

 RED value IS 101 (39.84% from 255) = 17.03%

 GREEN value IS 250 (98.05% from 255) = 42.16%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 17.03%
G = 42.16%
B = 40.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#65FAF2 (or 0x65FAF2) is known color: Baby Blue. HEX triplet: 65, FA and F2. RGB value is (101,250,242). Sum of RGB (Red+Green+Blue) = 101+250+242=593 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.03% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAF2 is #9A050D. Grayscale: #CCCCCC. Windows color (decimal): -10093838 or 15923813. OLE color: 15923813.

HSL color Cylindrical-coordinate representation of color #65FAF2: hue angle of 176.78º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAF2 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 250 242 -
CMYK 0.60 0 0.03 0.02
HSL 176.78º 0.94% 0.69% -
HSV(B) 176.78º 0.6% 0.98% -
XYZ 55.58 77.55 96.04 -
YUV 204.54 149.14 54.15 -
System Red Green Blue C M Y K H S L
Decimal 101 250 242 0.60 0 0.03 0.02 176.78 0.94 0.69
Hex 65 FA F2 3C 0 3 2 B1 5E 45
Octal 145 372 362 74 0 3 2 261 136 105
Binary 1100101 11111010 11110010 111100 0 11 10 10110001 1011110 1000101

Color Harmonies of #65FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FAF2

Black with #65FAF2

Text Example


Text Example

White with #65FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FAF2; }

 p { color: rgb(101,250,242); }

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

background-color css

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

 a { background-color: rgb(101,250,242); }

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

border-color css

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

 span { border-color: rgb(101,250,242); }

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